Lists the number of fonts displayed in the Font submenu and provides information about each font.
This query returns a list of fonts. For each font in the list, it returns:
const char * sFontName;
Name of font
short nFontID;
The Windows font-family ID or Macintosh font ID
PMBool bInstalled;
false if font is not installed in system
true if font is installed in system
PMBool bUsedInPub;
false if font is not used in publication
true if font is used in publicationPageMaker sets bUsedInPub to true if the font is:
- Applied to text in the publication, even if the text is unplaced or on the pasteboard.
- Used to display text in story editor.
- Named in style definitions.
- The default font for the publication.
Processing time. This query may take a while to process, but the processing time will not exceed the time PageMaker takes to open the publication.
Fonts in EPS files not listed. PageMaker does not list fonts used in EPS files (unless the font is already on the Font submenu or used elsewhere in the publication).
The PFont command
Comments or suggestions? Contact Adobe Developer Support